home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / modes < prev    next >
Text File  |  2001-03-21  |  652b  |  19 lines

  1. Synopsis:
  2.    load modes
  3.  
  4. Description:
  5.    This script is mostly of historical significance.  It does in script what
  6.    it now available with the MODE_STRIPPER setting and the MODE_STRIPPED
  7.    hook.  Use them instead, they are far more efficient.
  8.  
  9.    The script implements a script-based mode stripper, meaning it takes the
  10.    arguments received by the MODE hook and breaks them down into their
  11.    individual mode changes, allowing them to be processed more easily.
  12.  
  13. See Also:
  14.    load(5); on(4) mode, mode_stripped; set(4) mode_stripper
  15.  
  16. Other Notes:
  17.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  18.  
  19.